home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- c:
- cd\dos
- if ''=='%1' goto normal
- echo Okay! You're going to need to put your }} %1 {{ disk #1 into drive a:
- pause
- cls
- cd \%1
- backup c: a:
- if errorlevel 4 goto failure
- if errorlevel 3 goto you-stop
- goto end
- :normal
- type fullback.txt
- echo Are you FULLY prepared to continue?
- query
- cls
- if not errorlevel 1 goto end
- backup c:\ a:/s
- echo This pause is intended to let you see if there are any messages from DOS.
- pause
- cls
- if errorlevel 4 goto failure
- if errorlevel 3 goto you-stop
- if exist \dos\*.msg erase \dos\*.msg
- basica backup
- cls
- echo Hurray! judging from the lack of error messages from DOS, It worked properly!
- echo Okay... You're all done! Now, take all of your backup disks
- echo and HIDE THEM UNDER THE BED!
- echo If you would like to find out how to PROPERLY restore the information
- echo from floppy disks to your hard disk, please call
- echo ***
- echo Tony Lindsey (619) 295-2922
- echo ***
- echo If you try to do it all alone,
- echo I WILL PERSONALLY TAKE A FLYSWATTER TO YOU!
- pause
- goto end
- :you-stop
- echo Evidently you told the computer to stop by pressing Control-Break...
- echo That's fine, but PLEASE do another backup as SOON as possible!
- rebeep
- goto end
- :failure
- echo WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
- echo Oh, no! This computer is acting up! The backing-up procedure is
- echo in desperate need of being re-run!
- echo Quick! Call Tony at (619) 295-2922!
- echo WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
- rebeep
- :end
- cls
- cd\dos
- type menu.txt
-